home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-09 / ceqpt36c.zip / EQPTPROG.DOC < prev    next >
Text File  |  1992-10-30  |  4KB  |  79 lines

  1.  
  2. The purpose of this program is to keep a database of notes on various pieces 
  3. of equipment.  Hopefully it doesn't need too much explanation.
  4.  
  5. The program stores a few set fields and then provides for almosted unlimited 
  6. free text notes on each item.  Items are referenced by a catolog number, which 
  7. should be assigned to the equipment by the user and probably written on the 
  8. item in an obvious place.  Items can be removed from the database by blanking 
  9. out their catalog number.  Later users can then use the database to look up 
  10. item details such as service history, location of consumables and spare parts, 
  11. etc. etc. 
  12.  
  13. In most parts of the program help can be obtained by pressing the F1 key, and 
  14. Esc should always get you back to the main menu.  Most of the features of the 
  15. program are really pretty obvious, but a few notes may help with some of the 
  16. more obscure ones. 
  17.  
  18. Daily backups on floppy disks can be enabled under Xtra features / Setup 
  19. stuff.  This is useful on single user machines and allows a daily backup to be 
  20. made by non computer literate staff.  Also under this feature, the user can 
  21. select american or british date format.
  22.  
  23. Function keys F2 to F9 can be programmed to enter specific commonly required 
  24. strings.  This is found under Xtra features / Define F keys.
  25.  
  26. The system implements file and record locking and should run on any network.  
  27. It also responds intelligently to user's rights, locking out inappropriatte 
  28. features if the database can only be opened as a read-only file.
  29.  
  30. If the database is unavailable, the program will exit with the 
  31. errorlevel set to 1.  If the program exits because of some other problem 
  32. the errorlevel will be set to 2.
  33.  
  34. Please send comments/bug reports/money,
  35.  
  36. Enjoy!
  37.  
  38.  
  39. VERSION HISTORY (from when I started keeping one):
  40.  
  41. 3.2d    Fixed a problem which cause the program to crash sometimes after the
  42.         Xamine Database option in the Xtra Features menu was used.
  43. 3.2e    Fixed an incorrect example of how to set up a printer in one of the
  44.         help screens.
  45.  
  46. 3.3     Added the ability to do searches through the item field.
  47. 3.3a    Now compiled in Clipper 5.01.
  48. 3.3b    Better error handling, should now be able to run from the clipper path
  49.         if required.  If the use has write but not delete privledges, he can
  50.         alter the database but not the settings file.
  51. 3.3c    The program now searches for the database files through the users path.
  52. 3.3d    The editor now defaults to insert mode on.
  53. 3.3e    Help in the text editor now works again.
  54.  
  55. 3.4     Changed the method of looking up items to make it easier to find 
  56.         records lost in the database.
  57. 3.4a    Catalog number now retained by input routine between lookups.
  58. 3.4b    Changed the startup screen so that it ends as soon as a
  59.         character appears in the keyboard buffer.
  60.  
  61. 3.5     Rewrote the database pack routine so that it now packs the .DBT 
  62.         file as well as the .DBF file.
  63. 3.5a    Tidied up the above code.
  64. 3.5b    Fixed the above code so it fails neatly if there isn't enough disk
  65.         space for a second copy of the database.
  66. 3.5c    Turned snow supression on.
  67. 3.5d    Turns snow supression on only with color graphics cards, because
  68.         it hangs with Hercules cards.
  69. v3.5e   Improvements to the function of the Backspace and Del keys in
  70.         the editor.
  71. v3.5f   Improvements to the handling of the left arrow, right arrow,
  72.         control left arrow and control right arrow keys.
  73.  
  74. v3.6    Allows selection of currency symbols other than $.
  75. v3.6a   Recompiled the same code with the 5.01a patch applied to Clipper.
  76. v3.6b   Recompiled the same code with the fixed version of the 5.01a 
  77.         patch applied to Clipper.
  78. v3.6c   Sets the errorlevel if theprogram exits with a problem.
  79.